home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-01-09 | 1.1 KB | 52 lines | [TEXT/MPS ] |
- #
- # File: Makefile
- #
- # Contains: Location Manager SDK Sample Module MPW Makefile
- #
- # Version: ALM SDK 2.0
- # Package: Location Manager SDK 2.0
- #
- # Copyright: © 1996-1997 by Apple Computer, Inc.
- # All rights reserved.
- #
- # Bugs?: Please include the the file and version information (from above) with
- # the problem description. Developers belonging to one of the Apple
- # developer programs can submit bug reports to:
- #
- # devsupport@apple.com
- #
-
- MAKEFILE = "Makefile"
- ObjDir = :Objects:
- SrcDir = :Sources:
-
- COptions = -b
-
- Objects = ∂
- "{ObjDir}Sample.c.o" ∂
- "{ObjDir}Utilities.c.o"
-
- Generic ƒ "{ObjDir}Generic"
- duplicate -y {Deps} {Targ}
-
- : ƒ "{ObjDir}"
-
- "{ObjDir}" ƒ "{SrcDir}"
-
- "{ObjDir}Generic" ƒƒ {MAKEFILE} {Objects}
- ilink ∂
- -o {Targ} ∂
- {Objects} ∂
- -t 'almn' -c 'fall' ∂
- -sg "Main" ∂
- -rt 'code=10000' ∂
- -m MAIN ∂
- "{Libraries}IntEnv.o" ∂
- "{Libraries}Interface.o"
-
- "{ObjDir}Generic" ƒƒ {MAKEFILE} "{SrcDir}Sample.r" "{SrcDir}Sample.h"
- rez "{SrcDir}Sample.r" -o {Targ} -append
-
- .c.o ƒ .c {MAKEFILE}
- {C} "{DepDir}{Default}.c" -o {Targ} {COptions}
-